home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 402_01 / cforms-2.2 / doc / Makefile < prev   
Encoding:
Makefile  |  1993-07-20  |  392 b   |  21 lines

  1. #
  2. #        M A K E F I L E
  3. #        ---------------
  4. #
  5. # Description:
  6. #    Generates documentation
  7. #
  8. # @(#) Makefile,v 1.6 1993/05/31 19:59:27 lasse Exp
  9. #
  10. LATEX = latex
  11. doc: ../patchlevel.h
  12.     @grep PATCHLEVEL ../patchlevel.h | sed -e 's/^[^"]*"//' -e 's/".*//' > patchlevel.tex
  13.     $(LATEX) cforms.tex
  14.  
  15. install: doc
  16.  
  17. depend:
  18.  
  19. clean:
  20.     -rm -f cforms.toc cforms.log cforms.aux cforms.dvi patchlevel.tex cforms.dlog
  21.